POST api/[Delivery_GetChatData]/Find
Request Information
URI Parameters
None.
Body Parameters
Request102| Name | Description | Type | Additional information |
|---|---|---|---|
| TokenSender | string |
None. |
|
| TokenClient | string |
None. |
|
| IdClient | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TokenSender": "sample string 1",
"TokenClient": "sample string 2",
"IdClient": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponseGetChatData| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ResponseGetChatData |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.